home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / MPW Tools / HTMLTool 1.3 / ReadMe.HTMLTool < prev   
Text File  |  1995-01-05  |  3KB  |  69 lines

  1. NAME
  2.      HTMLTool - add HyperText Markup Language formatting to a document
  3.  
  4. SYNOPSIS
  5.     HTMLTool [[-a attribute] ...] [-q] [-n] [-p prefixString] [-s suffixString] -i tag
  6.     HTMLTool [[-a attribute] ...] [-q] [-n] [-p prefixString] [-s suffixString] -t tag
  7.     HTMLTool [[-a attribute] ...] [-q] [-n] [-p prefixString] [-s suffixString] -T tag subTag
  8.     HTMLTool [-q] [-n] [-p prefixString] [-s suffixString] -l
  9.     HTMLTool [-q] [-p prefixString] [-s suffixString]
  10.  
  11. AVAILABILITY
  12.     This command (HTMLTool) only runs as a tool under the Macintosh Programmer's
  13.     Workshop™.
  14.  
  15. DESCRIPTION
  16.     Apply HTML formatting commands to the text selected in the active window.
  17.  
  18. OPTIONS
  19.     -a attribute
  20.         Modifies tag, insert attribute before the '>' in the '<tag>', may appear multiple times.
  21.     -q
  22.         Quote (transform) characters in the selection, that are special to
  23.         HTML to their 'quoted' equivalent e.g. '<' becomes '<'.
  24.     -n
  25.         Add newlines after each '<tag>' and '</tag>'.
  26.     -p prefixString
  27.         Prepend prefixString to the beginning of the selection (before anything else).
  28.     -s suffixString
  29.         Append suffixString to the end of the selection (after everything else).
  30.     -i tag
  31.         Insert '<tag>' at the beginning of the selected text.
  32.             (mnemonic - 'individual' tag).
  33.     -t tag
  34.         Insert '<tag>' at the beginning of the selected text and append
  35.         '</tag>' at the end of the selected text.
  36.     -T tag subTag
  37.         Insert '<tag>' at the beginning of the selected text and append
  38.         '</tag>' at the end of the selected text. Insert '<subTag>' at
  39.         the beginning of each line of selected text.
  40.     -l
  41.         Prompt for information used to create a hyper-link. The selected text is
  42.         used as the 'anchor text' to execute the link.
  43.  
  44. EXAMPLES
  45.     See HTML_Menu for examples.
  46.  
  47. LEGAL NOTICE
  48.     HTMLTool is Copyright 1995 by Thomas R. Kimpton, I retain all rights.
  49.     HTMLTool (the MPW™ tool) is freeware, NOT public domain. HTMLTool may not
  50.     be included in any collection of shareware or public domain software
  51.     without my express knowledge and permission. You may, however,
  52.     distribute it to your friends as long as it has not been modified
  53.     and you include this HTMLTool ReadMe document in its original form.
  54.  
  55.     HTMLTool is supplied as is.  Thomas R. Kimpton hereby disclaims all
  56.     warranties relating to this software, whether express or implied,
  57.     including without limitation any implied warranties of merchantability
  58.     or fitness for a particular purpose.  Thomas R. Kimpton will not be
  59.     liable for any special, incidental, consequential, indirect or similar
  60.     damages due to loss of data or any other reason, even if Thomas R.
  61.     Kimpton, or an agent of Thomas R. Kimpton has been advised of the
  62.     possibility of such damages.  In no event shall Thomas R. Kimpton’s
  63.     liability for any damages ever exceed the price paid for the license
  64.     to use the software, regardless of the form of the claim.  The person
  65.     using the software bears all risk as to the quality and performance
  66.     of the software.
  67.  
  68.     phew!
  69.